SpreadsheetGear.CustomFunctions Namespace > IValue Interface > SetArray Method : SetArray(Object[,]) Method |
'Declaration
Overloads Sub SetArray( _ ByVal values(,) As System.Object _ )
'Usage
Dim instance As IValue Dim values() As System.Object instance.SetArray(values)
void SetArray( System.object[,] values )
procedure SetArray( values: System.TObjectarray of );
function SetArray( values : System.Object[,] );
void SetArray( System.Object*[,]* values )
void SetArray( System.array<Object^>^ values )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2